home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3078 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: wabbit.cc.uow.edu.au!not-for-mail
  2. From: arb43@wumpus.cc.uow.edu.au (Bangun Ricky Aranson)
  3. Newsgroups: comp.lang.c++
  4. Subject: HELP: help needed URGENTLY concerning Visual C++
  5. Date: 22 Jan 1996 14:25:43 +1100
  6. Organization: University of Wollongong, NSW, Australia.
  7. Message-ID: <4dv03n$ib5@wumpus.cc.uow.edu.au>
  8. NNTP-Posting-Host: wumpus.cc.uow.edu.au
  9. Keywords: c++
  10. X-Newsreader: NN version 6.5.0 #5
  11.  
  12. I am a beginner in terms of programming using Visual C++.
  13. However, I have a task at hand that needs to be completed in about 2 weeks
  14. time. Here's the problem:
  15.  
  16. I need to find a way to make an application program that can:
  17. 1. Execute a .EXE file (eg. any OTHER application program whose source code
  18.    is not available, only the .EXE is available).
  19. 2. Send commands to the file executed in no. 1 above.
  20.    Which command to be sent will depend on which mouse button was pressed.
  21.  
  22. The following is an example of a typical task for the new application program:
  23.  
  24. - A person is running a digitised video segment using Media Player in
  25.   Windows NT.
  26. - While the video is playing, if the person then click the left button, the
  27.   video will stop playing. (ie. by clicking the left button, the person is
  28.   actually sending the equivalent of a keystroke sequence 'ALT-S' to the 
  29.   Media Player, which is the keystroke command that should be used to stop
  30.   the playing of the video segment)
  31.  
  32. In summary, what I'm trying to do is to substitute a couple of keystroke
  33. sequences using mouse actions.
  34. ANY kind of help or hints will be of immense help.
  35.  
  36. Cheers ...
  37.